home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Nov 90 / MacApp.Tech$ 11⁄2⁄90 / 2281-Re SE⁄Classic Bomb-Oct90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.1 KB  |  33 lines  |  [TEXT/GEOL]

  1. Item    0491490                         30-Oct-90        16:06PST
  2.  
  3. From:   MOOF                            Rollin, Keith A
  4.  
  5. To:     PEMD                            CH DEV PEMD Group, Zurich,IDV
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: SE/Classic Bomb
  10.  
  11. Ernie,
  12.  
  13. I think that the problem you are having is exactly the same as what Les Caudle
  14. and Chuck McMath have reported in the last two weeks. On machines without Color
  15. QuickDraw, MacApp tries to unpatch a trap that it never patched. When trying to
  16. restore the original address, it actually stores NIL for the address. When
  17. running under MultiFinder, this is no problem, as each process keeps its own
  18. trap table. But under Finder, then next application inherits the bogus trap
  19. table and crashes.
  20.  
  21. As posted by Dale Peterson, here is the fix:
  22.  
  23. For BusyRemove in UBusyCursor.inc1.p, modify the line that unpatches pSccPatch
  24. to be as follows:
  25.  
  26. IF qNeedsColorQd | gConfiguration.hasColorQd THEN UnPatch(pSccPatch);
  27.  
  28. This is/will be fixed in MacApp 2.0.1.
  29.  
  30. - Keith Rollin
  31. - Apple Developer Technical Support
  32.  
  33.